Skip to content

Instantly share code, notes, and snippets.

@nicolas17
Last active December 28, 2015 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolas17/7504914 to your computer and use it in GitHub Desktop.
Save nicolas17/7504914 to your computer and use it in GitHub Desktop.
#include "preproc.h"
#ifndef GL_KHR_debug
int code() {
return 42;
}
#endif
// prevent preproc2 from doing anything
#define PREPROC2_H
#include "preproc2.h"
#ifndef PREPROC2_H
#define GL_KHR_debug 1
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment