Moved a misplaced 'extern "C" { ... }' statement.
This commit is contained in:
parent
5051020e9f
commit
640ec8e635
|
@ -11,15 +11,16 @@
|
|||
# undef UNICODE
|
||||
#endif /* __WINE__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WINVER 0x0500
|
||||
|
||||
#include "winnt.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* Macros to map Winelib names to the correct implementation name */
|
||||
/* depending on __WINE__ and UNICODE macros. */
|
||||
/* Note that Winelib is purely Win32. */
|
||||
|
|
Loading…
Reference in New Issue