home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / NSRegisterDLL.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-11  |  140 b   |  10 lines

  1. /*
  2.  *    NSRegisterDLL.h
  3.  *    Copyright 1995, NeXT Computer, Inc.
  4.  *
  5.  */
  6.  
  7. #import <windows.h>
  8.  
  9. extern int NSRegisterDLL (HANDLE hModule);
  10.