mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
|
|
@ -93,6 +93,7 @@
|
|||
|
||||
#ifdef XP_WIN
|
||||
#include "nsIWinAppHelper.h"
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <intrin.h>
|
||||
#include <math.h>
|
||||
|
|
@ -136,7 +137,6 @@
|
|||
#include "mozilla/StartupTimeline.h"
|
||||
#include "mozilla/LateWriteChecks.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef XP_UNIX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue