mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 21:34:28 +02:00
Fixed INT_PTR_ spelling.
[SVN r86536]
This commit is contained in:
@@ -39,9 +39,9 @@ namespace winapi
|
|||||||
#else
|
#else
|
||||||
extern "C" {
|
extern "C" {
|
||||||
# ifdef _WIN64
|
# ifdef _WIN64
|
||||||
typedef INT_PTR (WINAPI *FARPROC_)();
|
typedef INT_PTR_ (WINAPI *FARPROC_)();
|
||||||
typedef INT_PTR (WINAPI *NEARPROC_)();
|
typedef INT_PTR_ (WINAPI *NEARPROC_)();
|
||||||
typedef INT_PTR (WINAPI *PROC_)();
|
typedef INT_PTR_ (WINAPI *PROC_)();
|
||||||
# else
|
# else
|
||||||
typedef int (WINAPI *FARPROC_)();
|
typedef int (WINAPI *FARPROC_)();
|
||||||
typedef int (WINAPI *NEARPROC_)();
|
typedef int (WINAPI *NEARPROC_)();
|
||||||
|
Reference in New Issue
Block a user