PostgreSQL Source Code  git master
win32.h File Reference

Go to the source code of this file.

Macros

#define _WIN32_WINNT   0x0A00
 
#define PGDLLIMPORT   __declspec (dllimport)
 
#define PGDLLEXPORT   __declspec (dllexport)
 

Macro Definition Documentation

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0A00

Definition at line 20 of file win32.h.

◆ PGDLLEXPORT

#define PGDLLEXPORT   __declspec (dllexport)

Definition at line 59 of file win32.h.

◆ PGDLLIMPORT

#define PGDLLIMPORT   __declspec (dllimport)

Definition at line 47 of file win32.h.