1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

Remove inclusion of windows.h now that it is included in c.h, per idea

from Peter.
This commit is contained in:
Bruce Momjian
2004-09-27 19:16:03 +00:00
parent 7ceec70fc7
commit 32b24bfa97
8 changed files with 11 additions and 32 deletions

View File

@@ -6,15 +6,15 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pgevent/pgevent.c,v 1.3 2004/08/30 02:54:40 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pgevent/pgevent.c,v 1.4 2004/09/27 19:16:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "windows.h"
#include "olectl.h"
#include "string.h"
#include <windows.h>
#include <olectl.h>
#include <string.h>
/* Global variables */
HANDLE g_module = NULL; /* hModule of DLL */