Annotation of mstools/ole20/samples/ole2ui/precomp.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * PRECOMP.C
                      3:  *
                      4:  * This file is used to precompile the OLE2UI.H header file
                      5:  *
                      6:  * Copyright (c)1992 Microsoft Corporation, All Right Reserved
                      7:  */
                      8: 
                      9: #define STRICT  1
                     10: #include "ole2ui.h"
                     11: 
                     12: // This dummy function is needed in order for the static link version
                     13: // of this library to work correctly.  When we include PRECOMP.OBJ
                     14: // in our library (.LIB file), it will only get linked into our
                     15: // application IFF at least one function in precomp.c is called from
                     16: // either our EXE or LIB.  Therefore, we will use a function
                     17: // here called OleUIStaticLibDummy().  You need to call it from
                     18: // your application.
                     19: 
                     20: void FAR PASCAL OleUIStaticLibDummy(void)
                     21: {
                     22: 
                     23: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.