guard the private header
Modified: trunk/reactos/lib/shell32/shfldr.h
--- trunk/reactos/lib/shell32/shfldr.h 2006-01-13 01:28:10 UTC (rev 20828) +++ trunk/reactos/lib/shell32/shfldr.h 2006-01-13 05:34:04 UTC (rev 20829) @@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#ifndef __SHFLDR_H +#define __SHFLDR_H +
#define CHARS_IN_GUID 39 typedef struct { @@ -71,3 +74,5 @@
void SHELL_FS_ProcessDisplayFilename(LPSTR szPath, DWORD dwFlags); BOOL SHELL_FS_HideExtension(LPWSTR pwszPath);
+ +#endif /* __SHFLDR_H */