Skip to content

Commit

Permalink
Updated to more recent portable stdint. The older version was incompa…
Browse files Browse the repository at this point in the history
…tible with newer windows SDKs.
  • Loading branch information
cboulay committed Oct 18, 2017
1 parent 848f7d4 commit 0315805
Show file tree
Hide file tree
Showing 3 changed files with 921 additions and 815 deletions.
2 changes: 1 addition & 1 deletion cbhwlib/cbhwlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#ifdef __cplusplus
#include <string.h>
#endif
#include <stdint.h>
#include "pstdint.h"

#pragma pack(push, 1)

Expand Down
2 changes: 1 addition & 1 deletion cbmex/cbmex.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef CBMEX_H_INCLUDED
#define CBMEX_H_INCLUDED

#include "stdint.h"
#include "pstdint.h"
#include "mex.h"
#include "mex_compat.h"

Expand Down
Loading

0 comments on commit 0315805

Please sign in to comment.