mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Add support for compiling under MinGW + fix Windows compiling in general
This commit is contained in:
parent
e3a45c193c
commit
a5cf494890
56 changed files with 243 additions and 76 deletions
|
|
@ -29,16 +29,16 @@
|
|||
#include "nsReadableUtils.h"
|
||||
|
||||
#include <direct.h>
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#include <shlwapi.h>
|
||||
#include <aclapi.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "shellapi.h"
|
||||
#include "shlguid.h"
|
||||
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <mbstring.h>
|
||||
|
||||
#include "nsXPIDLString.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue