Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
480 B

//
// This is a fake shlobj.h that allows Chicago code that refers to private
// (internal) shlobj.w information without including shlobjp.h. The Chicago
// header files don't split the public and private information out into
// seperate header files until much later when producing the SDK files.
// The Chicago shell source code uses the header file before the seperation
// process.
//
// BobDay
//
#include "..\..\..\..\public\sdk\inc\shlobj.h"
#include "..\..\inc\shlobjp.h"