mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
More OS/2 bustage - I'm starting to understand it now - nsIFileSpec.h was including other stuff and now that it is gone, we are discovering header dependencies
This commit is contained in:
parent
fef48cc2d0
commit
0dee744062
@ -32,6 +32,12 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef XP_OS2
|
||||
#define INCL_DOSERRORS
|
||||
#define INCL_DOSFILEMGR
|
||||
#include <os2.h>
|
||||
#endif
|
||||
|
||||
class ProfileStruct
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user