1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Update pull request 99

This commit is contained in:
myd7349 2015-05-27 09:18:24 +08:00
parent f288a6f5b7
commit 3c06f56bfc

View File

@ -43,7 +43,7 @@
#include <sstream>
#include <exception>
#include <stdexcept>
#include "v8stdint.h"
#include "serial/v8stdint.h"
#define THROW(exceptionClass, message) throw exceptionClass(__FILE__, \
__LINE__, (message) )