remove DBG_NEW new preprocessor kludges, ensure stdafx.h is included everywhere, add debug build to Azure CI

This commit is contained in:
milek7
2019-08-30 23:35:58 +02:00
parent 30df10a58e
commit 5c84f8b156
17 changed files with 34 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "pbo.h"
void gl::pbo::request_read(int x, int y, int lx, int ly, int pixsize, GLenum format, GLenum type)