diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-25 05:50:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-25 05:50:21 +0000 |
commit | b81844b1738c584d92330a5ccd0fbd8b603d2886 (patch) | |
tree | 4fae0d4cd26048177fc5cd1a2dd91abc99ba0f99 /src/utils/dllinit.c | |
parent | 59da2105d8e6d95345b3b942a2e2aba8cead4838 (diff) | |
download | postgresql-b81844b1738c584d92330a5ccd0fbd8b603d2886.tar.gz postgresql-b81844b1738c584d92330a5ccd0fbd8b603d2886.zip |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/utils/dllinit.c')
-rw-r--r-- | src/utils/dllinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index 0d3a55214ba..83439c0865e 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -52,7 +52,6 @@ BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD reason, DECLARE_CYGWIN_DLL(DllMain); /* save hInstance from DllMain */ HINSTANCE __hDllInstance_base; - #endif /* __CYGWIN__ */ struct _reent *_impure_ptr; @@ -105,5 +104,4 @@ DllMain( } return TRUE; } - #endif /* CYGWIN_VERSION_DLL_MAJOR < 1001 */ |