Kaydet (Commit) bef47d3d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

At least MSVC 2015 doesn't find sal/osl/w32/time.h

...when included as <time.h> (our rather sick convention, for include files
other than standard headers) rather than "time.h"

Change-Id: I5aacfb81de95ae4254e39badffc9c83c7ac0f58f
üst d5c763f7
......@@ -20,7 +20,7 @@
#include "sal/config.h"
#include "system.h"
#include <time.h>
#include "time.h"
#include <osl/process.h>
#include <sal/main.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment