Merge pull request #4 from irtimmer/fix-include-platform

Case-sensative correct include of platform.h
This commit is contained in:
Cameron Gutman 2015-05-11 12:56:39 -05:00
commit b071d91ea7

View File

@ -1,6 +1,6 @@
#pragma once
#include "platform.h"
#include "Platform.h"
#include "PlatformThreads.h"
#define LBQ_SUCCESS 0