/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/src/expat/xmltok/dllmain.c
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/pkg/swish-e/src/expat/xmltok/dllmain.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Fri Sep 20 19:47:30 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Importing web-site building process.

1 /*
2 Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3 See the file copying.txt for copying permission.
4 */
5
6 #define STRICT 1
7 #define WIN32_LEAN_AND_MEAN 1
8
9 #include <windows.h>
10
11 BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
12 {
13 return TRUE;
14 }
15

  ViewVC Help
Powered by ViewVC 1.1.22