loplugin:includeform: jurt (Windows)
Change-Id: I8f9c8bdcb3cabc47dfd211c28a70e90aae86339a
This commit is contained in:
parent
57763d2e79
commit
2942544155
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#include "jni.h"
|
||||
#include "sal/types.h"
|
||||
#include <jni.h>
|
||||
#include <sal/types.h>
|
||||
|
||||
|
||||
static HMODULE module = NULL;
|
||||
|
|
Loading…
Reference in a new issue