This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix windows build
pull/6/head
falkTX
9 years ago
parent
0d5de799d9
commit
0d627da6d7
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
dgl/src/pugl/pugl_win.cpp
+ 3
- 2
dgl/src/pugl/pugl_win.cpp
View File
@@ -18,13 +18,14 @@
@file pugl_win.cpp Windows/WGL Pugl Implementation.
*/
#include <winsock2.h>
#include <windows.h>
#include <windowsx.h>
#include <GL/gl.h>
#include <ctime>
#include <stdio
.h
>
#include <stdlib
.h
>
#include <
c
stdio>
#include <
c
stdlib>
#include "pugl/pugl_internal.h"
Write
Preview
Loading…
Cancel
Save