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