mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 10:53:27 +00:00
fix stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@89 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
#include <Mw/OpenGL.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
/* nothing */
|
||||
|
||||
10
src/vulkan.c
10
src/vulkan.c
@@ -1,14 +1,6 @@
|
||||
/* $Id$ */
|
||||
#include "Mw/Vulkan.h"
|
||||
#include "Mw/TypeDefs.h"
|
||||
#include <Mw/Milsko.h>
|
||||
#include <Mw/TypeDefs.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <Mw/Vulkan.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define VK_USE_PLATFORM_WIN32_KHR 1
|
||||
|
||||
Reference in New Issue
Block a user